Report Quiz Properties Window |
Top Previous Next |
A login choice quiz consists of three components.
It controls the operation of the report quiz object. Double click on this object to edit the quiz behavior.
It is a standard callout object. Double click to edit them as a callout.
It is a standard callout object. Double click to edit them as a callout.
Quiz Report controller Properties Window
Quiz ID Quiz ID is used to identify the submitted quiz report. Imagine you conducted five different online examination using Flash Demo Builder quiz and you want the quiz report to submit the student's answer into your database server. You will need a unique ID per quiz to figure out which submission is belong to which quiz. Flash Demo Builder will pass this quiz ID along with the quiz result and a nickname (if exist) into your database server. You can enter any number for a Quiz ID.
Marking scheme
Minimum pass score The minimum score required to show pass message.
When pass
Show pass message To show/hide the pass message. Type in the pass message in the textbox provided. You can put a text macro %score to be replaced by Flash Demo Builder with the actual score.
You can also choose an action to be performed when the result is pass by clicking on the action listbox next to Show pass message
When fail
Show fail message To show/hide the fail message. Type in the fail message in the textbox provided. You can put a text macro %score to be replaced by Flash Demo Builder with the actual score.
You can also choose an action to be performed when the result is fail by clicking on the action listbox next to Show fail message
Reporting method Choose the quiz result reporting method. There are three different methods:
When selected, the report quiz will submit the quiz result into the designated URL. The designated URL ideally would be a CGI/PHP/other server script which will receive the following parameters.
The quiz ID to be submitted
The nickname entered at login quiz (if any)
The final score
Contains 1 if pass and 0 if fail.
Total time to complete the test since login (if any) in second unit.
The start time of the test (since login, if any) in second unit.
Reserved for future use The submitted URL will look something like this http://www.fdb.com?quizIDVar=521&nameVar=johnysmith&scoreVar=25&isPassVar=60&totaltimeVar=3600&startTimeVar=10:25:11&emailVar=michael@hotmail.com
To submit the report as an email. When this option is selected, user's email client will be launched containing the information to be submitted.
|